From: Jochen Sprickerhof Date: Sun, 11 Oct 2015 14:55:38 +0000 (+0200) Subject: Fix syntax in rules file X-Git-Tag: archive/raspbian/1.14.0+dfsg-2+rpi1^2~199 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=86cefa1e7539b952637ebb9e5bf7a617423e57bc;p=pcl.git Fix syntax in rules file --- diff --git a/debian/rules b/debian/rules index 387d5ae7..0f0bab14 100755 --- a/debian/rules +++ b/debian/rules @@ -24,9 +24,9 @@ DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) DEB_HOST_ARCH_BITS ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_BITS) ifeq ($(DEB_HOST_ARCH_BITS),32) - PARALLEL = "" + PARALLEL= else - PARALLEL = --parallel + PARALLEL=--parallel endif .PHONY: override_dh_auto_configure \